runtime.m.isextra (field)
8 uses
runtime (current package)
cgocall.go#L246: if !mp.isextra {
cgocall.go#L352: if gp.m.isextra {
cgocall.go#L370: if gp.m.isextra && gp.m.ncgo == 0 {
cgocall.go#L443: if debug.dataindependenttiming == 1 && gp.m.isextra {
proc.go#L1102: return mp.ncgo > 0 || mp.isextra
proc.go#L2527: mp.isextra = true
proc.go#L4548: if mp.isextra {
runtime2.go#L657: isextra bool // m is an extra m
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |